FolderItemDialog.ShowModalWithin Function

Displays the FolderItemDialog as a Sheet window on Mac OS X within the window specified by Parent. If the application is not running under Mac OS X, ShowModalWithin is equivalent to ShowModal.

Syntax

result = FolderItemDialog.ShowModalWithin( Parent )

Parameters

Parent

Window

Return Value

Result

FolderItem

Notes

Returns a FolderItem in Result if the user validates the dialog; otherwise Result is Nil.